home *** CD-ROM | disk | FTP | other *** search
- ASNQFILE(3F) Last changed: 1-22-99
-
-
- NNAAMMEE
- AASSNNQQFFIILLEE, AASSNNQQUUNNIITT - Returns the aassssiiggnn options currently in effect
- for a file name or unit number
-
- SSYYNNOOPPSSIISS
- CCAALLLL AASSNNQQFFIILLEE((_f_i_l_e,, _a_t_t_r,, _i_s_t_a_t))
-
- CCAALLLL AASSNNQQUUNNIITT((_i_u_n,, _a_t_t_r,, _i_s_t_a_t))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- This routine is supported on IRIX systems for programs compiled with
- the MIPSpro 7 Fortran 90 compiler or compiled with the --ccrraayylliibbss
- option to the MIPSpro F77 compiler.
-
- AASSNNQQFFIILLEE queries the aassssiiggnn environment for any aassssiiggnn options
- currently in effect for a file name. AASSNNQQUUNNIITT queries the aassssiiggnn
- environment for any aassssiiggnn options currently in effect for a unit
- number. The aassssiiggnn options may have been established earlier by the
- aassssiiggnn(1) command or the AASSSSIIGGNN, AASSNNUUNNIITT, or AASSNNFFIILLEE (see AASSSSIIGGNN(3F))
- library routines.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX, all arguments must be of default kind
- unless documented otherwise. On UNICOS and UNICOS/mk, default kind is
- KKIINNDD==88 for integer, real, complex, and logical arguments; on IRIX, the
- default kind is KKIINNDD==44.
-
- The following is a list of valid arguments for this routine.
-
- _f_i_l_e A character variable or array element containing the file
- name.
-
- _a_t_t_r A character variable or array element that receives the
- option's value in the form of a character string. If the
- options exceed the length of _a_t_t_r, _i_s_t_a_t is set to a
- positive error code. If no aassssiiggnn options are found for the
- specified unit or file, ' ' is returned in _a_t_t_r.
-
- _i_s_t_a_t An integer variable or array element that receives one of
- the following return statuses:
-
- 00 Options were found for the specified _f_i_l_e or _i_u_n
-
- --11 No options were found for the specified _f_i_l_e or _i_u_n.
-
- >>00 An error condition was encountered. Use the eexxppllaaiinn(1)
- command to obtain information about a particular error
- code.
-
- _i_u_n An integer variable or array element containing the unit
- number.
-
- SSEEEE AALLSSOO
- AASSNNCCTTLL(3F), AASSSSIIGGNN(3F)
-
- aassssiiggnn(1) in the _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _I/_O _G_u_i_d_e
-
- eexxppllaaiinn(1) in the _U_N_I_C_O_S _U_s_e_r _C_o_m_m_a_n_d_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l
-
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed
- version of this man page.
-